home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / MenuMadness / Source / C Source / MenuUtils.h < prev    next >
Encoding:
Text File  |  1996-06-21  |  463 b   |  7 lines  |  [TEXT/CWIE]

  1. void     TickThisItem (short    targetItem, MenuHandle    menu);
  2. void     SetItemEnabled(MenuHandle menu, short item, Boolean enabled);
  3. void     DisableAllMenuItems (MenuHandle    menu);
  4. OSErr    ShowMenuBalloon(MenuHandle    theMenu, short previousItem, short inItem, Rect    *itemRect);
  5. OSErr    SetMenuProcPointer(short    menuID, long procPointer);
  6. Boolean    GetItemEnabled(MenuHandle menu, short item);
  7. OSErr    SetMenuItemTextByState(MenuHandle menu, short item, Boolean state, short strListID);